[INFO] cloning repository https://github.com/A4-Tacks/syml-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/A4-Tacks/syml-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FA4-Tacks%2Fsyml-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FA4-Tacks%2Fsyml-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 1799139057dc93e8987ca4058704797fe40d346c
[INFO] fixing A4-Tacks/syml-rs against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FA4-Tacks%2Fsyml-rs" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/A4-Tacks/syml-rs
[INFO] removed 0 missing tests
[INFO] finished tweaking git repo https://github.com/A4-Tacks/syml-rs
[INFO] tweaked toml for git repo https://github.com/A4-Tacks/syml-rs written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/A4-Tacks/syml-rs on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/A4-Tacks/syml-rs already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] e68a514c80549e5af957638fdb07f528a946319e69c9bf2596e1cb5a5eb41e5a
[INFO] running `Command { std: "docker" "start" "e68a514c80549e5af957638fdb07f528a946319e69c9bf2596e1cb5a5eb41e5a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e68a514c80549e5af957638fdb07f528a946319e69c9bf2596e1cb5a5eb41e5a" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e68a514c80549e5af957638fdb07f528a946319e69c9bf2596e1cb5a5eb41e5a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e68a514c80549e5af957638fdb07f528a946319e69c9bf2596e1cb5a5eb41e5a" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Compiling proc-macro2 v1.0.80
[INFO] [stderr]    Compiling peg-runtime v0.8.2
[INFO] [stderr]     Checking unicode-ident v1.0.12
[INFO] [stderr]     Checking json v0.12.4
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling peg-macros v0.8.2
[INFO] [stderr]     Checking peg v0.8.2
[INFO] [stderr]     Checking syml v0.4.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/lib.rs from 2021 edition to 2024
[INFO] [stdout] warning: reserved token in Rust 2024
[INFO] [stdout]   --> src/parser.rs:48:34
[INFO] [stdout]    |
[INFO] [stdout] 48 |             | '~' ] / "-" !" " / ##ident_start()
[INFO] [stdout]    |                                  ^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/reserved-syntax.html>
[INFO] [stdout]    = note: `--force-warn rust-2024-guarded-string-incompatible-syntax` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] help: insert whitespace here to avoid this being parsed as a forbidden token in Rust 2024
[INFO] [stdout]    |
[INFO] [stdout] 48 |             | '~' ] / "-" !" " / # #ident_start()
[INFO] [stdout]    |                                   +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: errors present after applying fixes to crate `syml`
[INFO] [stdout] warning: reserved token in Rust 2024
[INFO] [stdout]   --> src/parser.rs:54:35
[INFO] [stdout]    |
[INFO] [stdout] 54 |             | '~' | '-' | '\''] / ##ident_continue()
[INFO] [stdout]    |                                   ^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/reserved-syntax.html>
[INFO] [stdout] help: insert whitespace here to avoid this being parsed as a forbidden token in Rust 2024
[INFO] [stdout]    |
[INFO] [stdout] 54 |             | '~' | '-' | '\''] / # #ident_continue()
[INFO] [stdout]    |                                    +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]  --> src/parser.rs
[INFO] [stdout] warning: reserved token in Rust 2024
[INFO] [stdout]   --> src/parser.rs:92:11
[INFO] [stdout]    |
[INFO] [stdout] 92 |         = ##indent(n)
[INFO] [stdout]    |           ^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/reserved-syntax.html>
[INFO] [stdout] help: insert whitespace here to avoid this being parsed as a forbidden token in Rust 2024
[INFO] [stdout]    |
[INFO] [stdout] 92 |         = # #indent(n)
[INFO] [stdout]    |            +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]   = cause: error: expected "["
[INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition
[INFO] [stdout]  --> src/serialize.rs:8:19
[INFO] [stdout]   |
[INFO] [stdout] 8 |     ($ty:tt => $e:expr => {
[INFO] [stdout]   |                   ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this changes meaning in Rust 2024
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/macro-fragment-specifiers.html>
[INFO] [stdout]   = note: `--force-warn edition-2024-expr-fragment-specifier` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier
[INFO] [stdout]   |
[INFO] [stdout] 8 |     ($ty:tt => $e:expr_2021 => {
[INFO] [stdout]   |                       +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]              --> src/parser.rs:48:36
[INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition
[INFO] [stdout]  --> src/serialize.rs:9:55
[INFO] [stdout]   |
[INFO] [stdout] 9 |         $var:ident : $(|)? $($variant:ident)|+ => $do:expr
[INFO] [stdout]   |                                                       ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this changes meaning in Rust 2024
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/macro-fragment-specifiers.html>
[INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier
[INFO] [stdout]   |
[INFO] [stdout] 9 |         $var:ident : $(|)? $($variant:ident)|+ => $do:expr_2021
[INFO] [stdout]   |                                                           +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]               |
[INFO] [stderr]            48 |             | '~' ] / "-" !" " / # #ident_start()
[INFO] [stderr]               |                                    ^
[INFO] [stderr]            
[INFO] [stderr]            
[INFO] [stderr]            error[E0432]: unresolved import `parser`
[INFO] [stderr]             --> src/parser.rs:1:9
[INFO] [stderr]              |
[INFO] [stderr]            1 | pub use parser::*;
[INFO] [stderr]              |         ^^^^^^
[INFO] [stderr]              |
[INFO] [stderr]              = note: `use` statements changed in Rust 2018; read more at <https://doc.rust-lang.org/edition-guide/rust-2018/module-system/path-clarity.html>
[INFO] [stderr]            help: a similar path exists
[INFO] [stderr]              |
[INFO] [stderr]            1 | pub use crate::parser::*;
[INFO] [stderr]              |         +++++++
[INFO] [stderr]            
[INFO] [stderr]            
[INFO] [stderr]            error: aborting due to 2 previous errors
[INFO] [stderr]            
[INFO] [stderr]            
[INFO] [stderr]            For more information about this error, try `rustc --explain E0432`.
[INFO] [stderr] help: to report this as a bug, open an issue at https://github.com/rust-lang/rust/issues, quoting the full output of this command
[INFO] [stderr] help: to possibly apply more fixes, pass in the `--broken-code` flag
[INFO] [stderr] note: original diagnostics will follow:
[INFO] [stdout] warning: reserved token in Rust 2024
[INFO] [stdout]   --> src/parser.rs:48:34
[INFO] [stdout]    |
[INFO] [stdout] 48 |             | '~' ] / "-" !" " / ##ident_start()
[INFO] [stdout]    |                                  ^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/reserved-syntax.html>
[INFO] [stdout]    = note: `--force-warn rust-2024-guarded-string-incompatible-syntax` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] help: insert whitespace here to avoid this being parsed as a forbidden token in Rust 2024
[INFO] [stdout]    |
[INFO] [stdout] 48 |             | '~' ] / "-" !" " / # #ident_start()
[INFO] [stdout]    |                                   +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: errors present after applying fixes to crate `syml`
[INFO] [stdout] warning: reserved token in Rust 2024
[INFO] [stdout]   --> src/parser.rs:54:35
[INFO] [stdout]    |
[INFO] [stdout] 54 |             | '~' | '-' | '\''] / ##ident_continue()
[INFO] [stdout]    |                                   ^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/reserved-syntax.html>
[INFO] [stdout] help: insert whitespace here to avoid this being parsed as a forbidden token in Rust 2024
[INFO] [stdout]    |
[INFO] [stdout] 54 |             | '~' | '-' | '\''] / # #ident_continue()
[INFO] [stdout]    |                                    +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]  --> src/parser.rs
[INFO] [stdout] warning: reserved token in Rust 2024
[INFO] [stdout]   --> src/parser.rs:92:11
[INFO] [stdout]    |
[INFO] [stdout] 92 |         = ##indent(n)
[INFO] [stdout]    |           ^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/reserved-syntax.html>
[INFO] [stdout] help: insert whitespace here to avoid this being parsed as a forbidden token in Rust 2024
[INFO] [stdout]    |
[INFO] [stdout] 92 |         = # #indent(n)
[INFO] [stdout]    |            +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]   = cause: error: expected "["
[INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition
[INFO] [stdout]    --> src/parser.rs:215:28
[INFO] [stdout]     |
[INFO] [stdout] 215 |         ($($k:literal : $v:expr),* $(,)?) => {
[INFO] [stdout]     |                            ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/macro-fragment-specifiers.html>
[INFO] [stdout]     = note: `--force-warn edition-2024-expr-fragment-specifier` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier
[INFO] [stdout]     |
[INFO] [stdout] 215 |         ($($k:literal : $v:expr_2021),* $(,)?) => {
[INFO] [stdout]     |                                +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]              --> src/parser.rs:48:36
[INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition
[INFO] [stdout]  --> src/serialize.rs:8:19
[INFO] [stdout]   |
[INFO] [stdout] 8 |     ($ty:tt => $e:expr => {
[INFO] [stdout]   |                   ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this changes meaning in Rust 2024
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/macro-fragment-specifiers.html>
[INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier
[INFO] [stdout]   |
[INFO] [stdout] 8 |     ($ty:tt => $e:expr_2021 => {
[INFO] [stdout]   |                       +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]               |
[INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition
[INFO] [stdout]  --> src/serialize.rs:9:55
[INFO] [stdout]   |
[INFO] [stdout] 9 |         $var:ident : $(|)? $($variant:ident)|+ => $do:expr
[INFO] [stdout]   |                                                       ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this changes meaning in Rust 2024
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/macro-fragment-specifiers.html>
[INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier
[INFO] [stdout]   |
[INFO] [stdout] 9 |         $var:ident : $(|)? $($variant:ident)|+ => $do:expr_2021
[INFO] [stdout]   |                                                           +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]            48 |             | '~' ] / "-" !" " / # #ident_start()
[INFO] [stderr]               |                                    ^
[INFO] [stderr]            
[INFO] [stderr]            
[INFO] [stderr]            error[E0432]: unresolved import `parser`
[INFO] [stderr]             --> src/parser.rs:1:9
[INFO] [stderr]              |
[INFO] [stderr]            1 | pub use parser::*;
[INFO] [stderr]              |         ^^^^^^
[INFO] [stderr]              |
[INFO] [stderr]              = note: `use` statements changed in Rust 2018; read more at <https://doc.rust-lang.org/edition-guide/rust-2018/module-system/path-clarity.html>
[INFO] [stderr]            help: a similar path exists
[INFO] [stderr]              |
[INFO] [stderr]            1 | pub use crate::parser::*;
[INFO] [stderr]              |         +++++++
[INFO] [stderr]            
[INFO] [stderr]            
[INFO] [stderr]            error: aborting due to 2 previous errors
[INFO] [stderr]            
[INFO] [stderr]            
[INFO] [stderr]            For more information about this error, try `rustc --explain E0432`.
[INFO] [stderr] help: to report this as a bug, open an issue at https://github.com/rust-lang/rust/issues, quoting the full output of this command
[INFO] [stderr] help: to possibly apply more fixes, pass in the `--broken-code` flag
[INFO] [stderr] note: original diagnostics will follow:
[INFO] [stderr]    Migrating tests/parse_test.rs from 2021 edition to 2024
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.38s
[INFO] [stderr] crater-edition-check: syml v0.4.0 (/opt/rustwide/workdir) updating edition from 2021 to 2024
[INFO] [stderr]     Checking syml v0.4.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: reserved multi-hash token is forbidden
[INFO] [stdout]   --> src/parser.rs:48:34
[INFO] [stdout]    |
[INFO] [stdout] 48 |             | '~' ] / "-" !" " / ##ident_start()
[INFO] [stdout]    |                                  ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: sequences of two or more # are reserved for future use since Rust 2024
[INFO] [stdout] help: consider inserting whitespace here
[INFO] [stdout]    |
[INFO] [stdout] 48 |             | '~' ] / "-" !" " / # #ident_start()
[INFO] [stdout]    |                                   +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: reserved multi-hash token is forbidden
[INFO] [stdout]   --> src/parser.rs:54:35
[INFO] [stdout]    |
[INFO] [stdout] 54 |             | '~' | '-' | '\''] / ##ident_continue()
[INFO] [stdout]    |                                   ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: sequences of two or more # are reserved for future use since Rust 2024
[INFO] [stdout] help: consider inserting whitespace here
[INFO] [stdout]    |
[INFO] [stdout] 54 |             | '~' | '-' | '\''] / # #ident_continue()
[INFO] [stdout]    |                                    +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: reserved multi-hash token is forbidden
[INFO] [stdout]   --> src/parser.rs:92:11
[INFO] [stdout]    |
[INFO] [stdout] 92 |         = ##indent(n)
[INFO] [stdout]    |           ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: sequences of two or more # are reserved for future use since Rust 2024
[INFO] [stdout] help: consider inserting whitespace here
[INFO] [stdout]    |
[INFO] [stdout] 92 |         = # #indent(n)
[INFO] [stdout]    |            +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: reserved multi-hash token is forbidden
[INFO] [stdout]   --> src/parser.rs:48:34
[INFO] [stdout]    |
[INFO] [stdout] 48 |             | '~' ] / "-" !" " / ##ident_start()
[INFO] [stdout]    |                                  ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: sequences of two or more # are reserved for future use since Rust 2024
[INFO] [stdout] help: consider inserting whitespace here
[INFO] [stdout]    |
[INFO] [stdout] 48 |             | '~' ] / "-" !" " / # #ident_start()
[INFO] [stdout]    |                                   +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: reserved multi-hash token is forbidden
[INFO] [stdout]   --> src/parser.rs:54:35
[INFO] [stdout]    |
[INFO] [stdout] 54 |             | '~' | '-' | '\''] / ##ident_continue()
[INFO] [stdout]    |                                   ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: sequences of two or more # are reserved for future use since Rust 2024
[INFO] [stdout] help: consider inserting whitespace here
[INFO] [stdout]    |
[INFO] [stdout] 54 |             | '~' | '-' | '\''] / # #ident_continue()
[INFO] [stdout]    |                                    +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: reserved multi-hash token is forbidden
[INFO] [stdout]   --> src/parser.rs:92:11
[INFO] [stdout]    |
[INFO] [stdout] 92 |         = ##indent(n)
[INFO] [stdout]    |           ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: sequences of two or more # are reserved for future use since Rust 2024
[INFO] [stdout] help: consider inserting whitespace here
[INFO] [stdout]    |
[INFO] [stdout] 92 |         = # #indent(n)
[INFO] [stdout]    |            +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: undefined rule `ident_start`
[INFO] [stdout]   --> src/parser.rs:48:36
[INFO] [stdout]    |
[INFO] [stdout] 48 |             | '~' ] / "-" !" " / ##ident_start()
[INFO] [stdout]    |                                    ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: undefined rule `ident_continue`
[INFO] [stdout]   --> src/parser.rs:54:37
[INFO] [stdout]    |
[INFO] [stdout] 54 |             | '~' | '-' | '\''] / ##ident_continue()
[INFO] [stdout]    |                                     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: undefined rule `ident_start`
[INFO] [stdout]   --> src/parser.rs:48:36
[INFO] [stdout]    |
[INFO] [stdout] 48 |             | '~' ] / "-" !" " / ##ident_start()
[INFO] [stdout]    |                                    ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: undefined rule `ident_continue`
[INFO] [stdout]   --> src/parser.rs:54:37
[INFO] [stdout]    |
[INFO] [stdout] 54 |             | '~' | '-' | '\''] / ##ident_continue()
[INFO] [stdout]    |                                     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `syml` (lib) due to 5 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `syml` (lib test) due to 5 previous errors
[INFO] running `Command { std: "docker" "inspect" "e68a514c80549e5af957638fdb07f528a946319e69c9bf2596e1cb5a5eb41e5a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e68a514c80549e5af957638fdb07f528a946319e69c9bf2596e1cb5a5eb41e5a", kill_on_drop: false }`
[INFO] [stdout] e68a514c80549e5af957638fdb07f528a946319e69c9bf2596e1cb5a5eb41e5a
